3.169 \(\int \csc ^4(a+b x) \sec ^4(a+b x) \, dx\)

Optimal. Leaf size=53 \[ \frac{\tan ^3(a+b x)}{3 b}+\frac{3 \tan (a+b x)}{b}-\frac{\cot ^3(a+b x)}{3 b}-\frac{3 \cot (a+b x)}{b} \]

[Out]

(-3*Cot[a + b*x])/b - Cot[a + b*x]^3/(3*b) + (3*Tan[a + b*x])/b + Tan[a + b*x]^3/(3*b)

________________________________________________________________________________________

Rubi [A]  time = 0.0383726, antiderivative size = 53, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 17, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.118, Rules used = {2620, 270} \[ \frac{\tan ^3(a+b x)}{3 b}+\frac{3 \tan (a+b x)}{b}-\frac{\cot ^3(a+b x)}{3 b}-\frac{3 \cot (a+b x)}{b} \]

Antiderivative was successfully verified.

[In]

Int[Csc[a + b*x]^4*Sec[a + b*x]^4,x]

[Out]

(-3*Cot[a + b*x])/b - Cot[a + b*x]^3/(3*b) + (3*Tan[a + b*x])/b + Tan[a + b*x]^3/(3*b)

Rule 2620

Int[csc[(e_.) + (f_.)*(x_)]^(m_.)*sec[(e_.) + (f_.)*(x_)]^(n_.), x_Symbol] :> Dist[1/f, Subst[Int[(1 + x^2)^((
m + n)/2 - 1)/x^m, x], x, Tan[e + f*x]], x] /; FreeQ[{e, f}, x] && IntegersQ[m, n, (m + n)/2]

Rule 270

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*(a + b*x^n)^p,
 x], x] /; FreeQ[{a, b, c, m, n}, x] && IGtQ[p, 0]

Rubi steps

\begin{align*} \int \csc ^4(a+b x) \sec ^4(a+b x) \, dx &=\frac{\operatorname{Subst}\left (\int \frac{\left (1+x^2\right )^3}{x^4} \, dx,x,\tan (a+b x)\right )}{b}\\ &=\frac{\operatorname{Subst}\left (\int \left (3+\frac{1}{x^4}+\frac{3}{x^2}+x^2\right ) \, dx,x,\tan (a+b x)\right )}{b}\\ &=-\frac{3 \cot (a+b x)}{b}-\frac{\cot ^3(a+b x)}{3 b}+\frac{3 \tan (a+b x)}{b}+\frac{\tan ^3(a+b x)}{3 b}\\ \end{align*}

Mathematica [A]  time = 0.018937, size = 43, normalized size = 0.81 \[ 16 \left (-\frac{\cot (2 (a+b x))}{3 b}-\frac{\cot (2 (a+b x)) \csc ^2(2 (a+b x))}{6 b}\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[Csc[a + b*x]^4*Sec[a + b*x]^4,x]

[Out]

16*(-Cot[2*(a + b*x)]/(3*b) - (Cot[2*(a + b*x)]*Csc[2*(a + b*x)]^2)/(6*b))

________________________________________________________________________________________

Maple [A]  time = 0.026, size = 68, normalized size = 1.3 \begin{align*}{\frac{1}{b} \left ({\frac{1}{3\, \left ( \cos \left ( bx+a \right ) \right ) ^{3} \left ( \sin \left ( bx+a \right ) \right ) ^{3}}}-{\frac{2}{3\,\cos \left ( bx+a \right ) \left ( \sin \left ( bx+a \right ) \right ) ^{3}}}+{\frac{8}{3\,\cos \left ( bx+a \right ) \sin \left ( bx+a \right ) }}-{\frac{16\,\cot \left ( bx+a \right ) }{3}} \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(b*x+a)^4/sin(b*x+a)^4,x)

[Out]

1/b*(1/3/sin(b*x+a)^3/cos(b*x+a)^3-2/3/sin(b*x+a)^3/cos(b*x+a)+8/3/sin(b*x+a)/cos(b*x+a)-16/3*cot(b*x+a))

________________________________________________________________________________________

Maxima [A]  time = 1.01605, size = 59, normalized size = 1.11 \begin{align*} \frac{\tan \left (b x + a\right )^{3} - \frac{9 \, \tan \left (b x + a\right )^{2} + 1}{\tan \left (b x + a\right )^{3}} + 9 \, \tan \left (b x + a\right )}{3 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(b*x+a)^4/sin(b*x+a)^4,x, algorithm="maxima")

[Out]

1/3*(tan(b*x + a)^3 - (9*tan(b*x + a)^2 + 1)/tan(b*x + a)^3 + 9*tan(b*x + a))/b

________________________________________________________________________________________

Fricas [A]  time = 2.14864, size = 165, normalized size = 3.11 \begin{align*} -\frac{16 \, \cos \left (b x + a\right )^{6} - 24 \, \cos \left (b x + a\right )^{4} + 6 \, \cos \left (b x + a\right )^{2} + 1}{3 \,{\left (b \cos \left (b x + a\right )^{5} - b \cos \left (b x + a\right )^{3}\right )} \sin \left (b x + a\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(b*x+a)^4/sin(b*x+a)^4,x, algorithm="fricas")

[Out]

-1/3*(16*cos(b*x + a)^6 - 24*cos(b*x + a)^4 + 6*cos(b*x + a)^2 + 1)/((b*cos(b*x + a)^5 - b*cos(b*x + a)^3)*sin
(b*x + a))

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sec ^{4}{\left (a + b x \right )}}{\sin ^{4}{\left (a + b x \right )}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(b*x+a)**4/sin(b*x+a)**4,x)

[Out]

Integral(sec(a + b*x)**4/sin(a + b*x)**4, x)

________________________________________________________________________________________

Giac [A]  time = 1.14615, size = 42, normalized size = 0.79 \begin{align*} -\frac{8 \,{\left (3 \, \tan \left (2 \, b x + 2 \, a\right )^{2} + 1\right )}}{3 \, b \tan \left (2 \, b x + 2 \, a\right )^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(b*x+a)^4/sin(b*x+a)^4,x, algorithm="giac")

[Out]

-8/3*(3*tan(2*b*x + 2*a)^2 + 1)/(b*tan(2*b*x + 2*a)^3)